const github.com/oapi-codegen/runtime.tagName
6 uses
github.com/oapi-codegen/runtime (current package)
bindform.go#L16: const tagName = "json"
bindform.go#L44: tag := tValue.Field(i).Tag.Get(tagName)
bindform.go#L100: tag := tValue.Field(i).Tag.Get(tagName)
bindform.go#L178: tag := field.Tag.Get(tagName)
bindform.go#L241: tag := parentStruct.Type().Field(i).Tag.Get(tagName)
bindform.go#L301: tag := field.Tag.Get(tagName)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |